home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / show / MerlinGfx.lha / hrg_all.h < prev    next >
C/C++ Source or Header  |  1995-06-07  |  379b  |  19 lines

  1. #ifndef PROTO_HRG_ALL_H
  2. #define PROTO_HRG_ALL_H
  3.  
  4. #include <hrg/hrgrender.h>
  5. #include <hrg/hrgsystem_protos.h>
  6. #include <hrg/hrgrender_protos.h>
  7. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  8. #include <inline/hrgsystem.h>
  9. #include <inline/hrgrender.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *HRGRenderBase;
  13. extern struct Library *HRGSystemBase;
  14. #endif
  15.  
  16. #endif
  17.  
  18.  
  19.